UseCompression property
This property determines whether or not files will be compressed when the Compress method is called.
Syntax
object.UseCompression = value
Part | Description |
object | The object being manipulated. |
value | A boolean value, with True meaning that the files will be compressed. |
See Also